name | about | title | labels | assignees |
---|---|---|---|---|
Task Report |
Create a report to help us improve |
/bug/hack/automation/utility |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { useState } from "react"; | |
import { | |
Box, | |
Text, | |
Button, | |
Modal, | |
ModalOverlay, | |
ModalContent, | |
ModalHeader, | |
ModalFooter, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a basic workflow to help you get started with Actions | |
name: Deploy | |
# Controls when the action will run. Triggers the workflow on push or pull request | |
# events but only for the master branch | |
on: | |
push: | |
branches: master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --location --request POST 'https://getnif.vercel.app/api' \ | |
--header 'Content-Type: application/json' \ | |
--data-raw '{ | |
"data": [ | |
123456789, | |
987654321, | |
136695973, | |
"", | |
null, | |
"zyxzxcvzxv" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import NextLink from "@next/link" | |
import { Link } from "@chakra-ui/core" | |
<NextLink href="/post/[pid]" as={`/post/${pid}`}> | |
<Link>Post {pid}</Link> | |
</NextLink> |
- Get the config.xml from a pre-created job or create another one according to the need :
➜ curl -X GET http://localhost:8080/job/test-pipeline/config.xml -u admin:admin -o config.xml
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1599 100 1599 0 0 18518 0 --:--:-- --:--:-- --:--:-- 18593
- Generate Crumb :
➜ CRUMB=$(curl -s 'http://localhost:8080/crumbIssuer/api/xml?xpath=concat(//crumbRequestField,":",//crumb)' -u admin:admin)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Aborts commit if commit-message is unsatisfactory. | |
# Standard commit format for CA Agile Central "US12345 your-commit-message.." | |
# regex to validate commit message | |
commit_standard_regex='^(US|DE)[0-9]{5,7} .+$' | |
error_message="Aborting commit. Please ensure your commit message meets the | |
standard requirement. 'UserStoryID# Commit-Message'" |
I hereby claim:
- I am aneesahammed on github.
- I am aneesahammed (https://keybase.io/aneesahammed) on keybase.
- I have a public key ASCEHtplO7cue9hwuQoEyvcgznh2M84xWhdlFf5UQJA2YQo
To claim this, I am signing this object:
Create the backend for a bootcamp directory website. The frontend/UI will be created by another team (future course). The html/css template has been created and can be used as a reference for functionality. All of the functionality below needs to be fully implmented in this project.
- List all bootcamps in the database
- Pagination
- Select specific fields in result
- Limit number of results
- Filter by fields
NewerOlder