Commit graph

150 commits

Author SHA1 Message Date
lawwong1
464db4e5cc
Implement Australis api to restart a task (#43) 2022-09-22 20:05:19 -07:00
ananaysingh
589e337e28
Updated kill.go (#42)
in killTask function, null check removed for instances, as it is a mandatory parameter in the killTask command. Also made changes to improve language consistency
2022-09-15 10:37:02 -07:00
lawwong1
7b298f7a35
Generate Docs for Australis (#41)
Co-authored-by: Lawrence Wong <lawwong@paypal.com>
2022-09-09 09:07:39 -07:00
nhatle
8ed6f5a773 release 1.0.5 2022-08-31 15:05:08 -07:00
nhatle
b08640f26a fix duplicated flags -i 2022-08-31 15:04:55 -07:00
nhatle
3d49194ccd release 1.0.5 2022-08-31 13:44:08 -07:00
lawwong1
a19c7e1fb5
API to get master nodes for mesos and aurora (#38) 2022-08-24 10:25:49 -07:00
ananaysingh
b0743636a1
KillTask API (#37) 2022-08-18 10:27:57 -07:00
lawwong1
2c703978bb
given a task status, list all tasks that have that status in the cluster (#35) 2022-08-15 13:35:04 -07:00
nhatle
0a3357e571 relase v1.0.4 2022-08-02 16:21:11 -07:00
nhatle
47644c13c2 release 1.0.4 2022-08-02 10:48:45 -07:00
Tan N. Le
14691698f6
fetch capacity and simulate task fitting (#33) 2022-08-02 10:37:31 -07:00
lenhattan86
66bd6308ce update version 1.0.3 2021-10-20 14:46:53 -07:00
Tan N. Le
48db32c858
update CI to compile on PRs (#28) 2021-10-20 14:12:30 -07:00
Tan N. Le
0d5651028c
update gorealis version (#27) 2021-10-20 14:00:15 -07:00
lenhattan86
7bcf6d3f68
Merge pull request #25 from lenhattan86/add_more_in_TaskConfig
Add tier and production in task config
2021-10-06 19:21:21 -07:00
lenhattan86
c0c79997d0 add tier and production 2021-10-05 20:43:39 -07:00
lenhattan86
c6adde03af
Merge branch 'aurora-scheduler:main' into master 2021-10-05 17:18:47 -07:00
lenhattan86
23e9c904d6
Adds fetch quota command (#24) 2021-09-16 18:36:42 -07:00
lenhattan86
8ae23aad30
Adds priority into job config (#23) 2021-09-16 18:36:13 -07:00
lenhattan86
aa7e052d7a
Merge branch 'aurora-scheduler:main' into master 2021-09-07 12:31:05 -07:00
Renán Del Valle
13ae459d2a
Bumps up current version. 2021-01-11 17:59:38 -08:00
Renán Del Valle
154a4e1e87
v1.0.2 Release 2021-01-11 17:59:13 -08:00
Renán Del Valle
30a5136b24
Bumping up backported Thrift library. 2021-01-11 17:53:01 -08:00
lenhattan86
438b5360c1
Merge pull request #2 from aurora-scheduler/main
fetch mesos leader.
2020-12-09 15:04:10 -08:00
Abdul Qadeer
b21211552f
Default to local Mesos agent if no ZK nodes are provided (#20)
* Update go version

* Fetches master flag from local mesos agent in order to get current leader from ZK if no arguments are provided.
2020-12-01 09:49:03 -08:00
lenhattan86
2f05111192
Fetch mesos leader through zookeeper (#19)
Adds support for fetching current Mesos leader through Zookeeper
2020-11-17 12:39:51 -08:00
lenhattan86
8ebf66426a
Merge pull request #1 from aurora-scheduler/main
pull from the upstream
2020-11-13 10:48:05 -08:00
Renán I. Del Valle
be6c458f23
Documentation update (#17)
* Updates documentation automatically generated by Cobra. Deletes some old, outdated documentation.
2020-11-05 15:46:07 -08:00
Renán I. Del Valle
9fa6edaa3e
Adds support for creating jobs with limit constraints and value constraints. (#16)
* Adds support for creating jobs with limit constraints and value constraints.
2020-11-04 11:46:53 -08:00
Renan DelValle
464ef72e6b
Changing style of setting up github actions env due to the deprecation of the old way. 2020-10-14 20:53:32 -07:00
Renan DelValle
cea39ddd88
Fixing all files to conform with goimports. 2020-10-14 20:46:50 -07:00
Renan DelValle
99af97736c
Fixing goimports call 2020-10-14 20:46:32 -07:00
Renan DelValle
7e7c887231
Bumping up go setup in CI to v2. 2020-10-14 20:32:34 -07:00
Renan DelValle
a7750c5c98
Adding simple goimports check and build check CI. 2020-10-14 20:27:25 -07:00
Renan DelValle
7967188513
Fixing issue where duration variable was accidentally multiplied by seconds again. 2020-10-14 20:17:43 -07:00
lenhattan86
bb370151e6
Add gorealis timeout flag (#14)
Flag was added to control gorealis timeout
2020-10-08 09:01:56 -07:00
Renan DelValle
2a76e3e2b4
1.0.1 release 2020-09-30 16:47:53 -07:00
Renan DelValle
d5d19cf448
Changing default value of monitor to true. 2020-09-30 16:46:14 -07:00
Renan DelValle
deaddd2953
Bumping up release number in root.go so that version command returns the right version. Fixing some bugs in the debian packaging scripts. Bumping up golang version we're building with to 1.15.2 2020-09-30 16:34:02 -07:00
lenhattan86
5efbbce6c7
skip monitoring create/kill jobs (#13)
Added flag -m and --monitor that can be set in order to monitor a job creation or a job kill. By default monitor is set to true.
2020-09-30 16:32:53 -07:00
Renan DelValle
82fe22e013
Adding minimum instances to test data for update. Changing YAML de-serializing field name to match the name od the struct member and to decrease ambiguity. 2020-05-07 20:19:26 -07:00
Renan DelValle
090fdf1715
Removing update settings from cron example as they're not needed. 2020-05-07 16:46:05 -07:00
Renan DelValle
13fbbce816
Adding rudimentary test for unmarshaling cron job. 2020-05-07 16:37:19 -07:00
Renan DelValle
d06530d0ca
Adding sample update job. 2020-05-07 16:31:32 -07:00
Renan DelValle
2df6672acc
Adding schedule command to schedule cron jobs.
Adding example of a cron job.

Removing functions since they've been moved elsewhere.
2020-05-07 16:28:55 -07:00
Renan DelValle
620586fa73
Upgrading documentation automatically generated by cobra. 2020-05-07 15:44:27 -07:00
Renán I. Del Valle
4806936c71
Adding ability to start an update (#12)
* Adding ability to start an update.

* Refactoring Job parsing code to be re-usable.
2020-05-07 15:40:22 -07:00
Renan DelValle
d7db155d88
Refactoring project to be more similar to other go project. 2020-05-07 10:09:45 -07:00
Renan DelValle
bbccabcd27
Moving internal types to the right location. 2020-05-06 18:30:22 -07:00