Rootul Patel
0f372b3823
twelve-days: default sing method
il y a 9 ans
FridaTveit
eb87158fba
Merge pull request #702 from FridaTveit/RotationalCipherMoveToEndOfTrack
rotational-cipher: move to end of track
il y a 9 ans
Frida Tveit
260e61f0fe
rotational-cipher: move to end of track
il y a 9 ans
FridaTveit
687c0543b6
Merge pull request #695 from LeonDsouza/master
rotational-cipher add to track
il y a 9 ans
Leon D'souza
450c04dda8
Update config.json
il y a 9 ans
Leon D'souza
c719041ea2
Update config.json
Removed the comma and set the difficulty to 1. :)
il y a 9 ans
Leon D'souza
90c070bfb3
Update config.json
Put the slug at the end of the file
il y a 9 ans
Leon D'souza
c0c13e5f12
Update config.json
Updated the difficulty of the slug
il y a 9 ans
Leon D'souza
015fcd7d17
Removed the commented part
il y a 9 ans
Leon D'souza
cec20ace44
Removed the comments
il y a 9 ans
Leon D'souza
527bbfe575
method made private
il y a 9 ans
Leon D'souza
6bb50adf03
rotational-cipher add to track
il y a 9 ans
Leon D'souza
8e30cdaa6e
Rotational Cipher add to track
il y a 9 ans
FridaTveit
5f7886a7dd
Merge pull request #688 from Smarticles101/build-matrix
Optimize CI Tests
il y a 9 ans
Stuart Kent
d2fd0315ec
meetup: remove unused import
il y a 9 ans
Logan Stucki
e03b1e4e05
Merge pull request #694 from exercism/generate-readme
Generate exercise READMEs from templates
il y a 9 ans
Katrina Owen
5671e6bf86
Generate the exercise READMEs from the new templates
il y a 9 ans
Katrina Owen
5d84437527
Add exercise README templates
We are working towards making exercises stand-alone—that is to say:
no more generating READMEs on the fly.
This will give maintainers more control over each individual exercise
README.
The template uses the Go text/template package, and the default templates
generate the exact same READMEs as we have been generating on the fly.
il y a 9 ans
Logan Stucki
44574063e0
Merge pull request #693 from exercism/script-readme
Move script parity comment into scripts README
il y a 9 ans
Stuart Kent
677feecb03
Move script parity comment into scripts README
il y a 9 ans
Stuart Kent
33fa844559
Merge pull request #691 from exercism/configlet-subcommand
Support a subcommand on configlet in CI
il y a 9 ans
Katrina Owen
bb27aa1271
Support a subcommand on configlet in CI
We will be adding subcommands to configlet.
For now, we've released a version of configlet which handles both the
old command:
configlet path/to/track
as well as the new command:
configlet lint path/to/track
This will let us update all the travis files to include the
subcommand before we release the version of configlet that requires
the subcommand.
il y a 9 ans
Logan Stucki
628d0f31b6
Merge pull request #690 from rootulp/patch-1
Fix typo: 4 -> 5
il y a 9 ans
Rootul Patel
bdfc4019e9
Fix typo: 4 -> 5
Confirmed with canonical data: https://github.com/exercism/problem-specifications/blob/master/exercises/sum-of-multiples/canonical-data.json#L6
that this test should be 3 and 5
il y a 9 ans
Logan Stucki
bb2c32f7b3
Cross platform solution to getting amount of cpu cores
il y a 9 ans
Logan Stucki
ece1ba7d65
Merge pull request #682 from vivshaw/circular-buffer
circular-buffer: add to track
il y a 9 ans
vivshaw
919164028e
switch from assertEquals to assertThat to avoid autoboxing/unboxing bugs when testing equality for Integers
il y a 9 ans
vivshaw
36056151b2
implement circular-buffer & make requested fixes
il y a 9 ans
Logan Stucki
8b20844820
Remove --configure-on-demand and --parallel where they don't do much
il y a 9 ans
Logan Stucki
33cb53f2f0
Merge pull request #689 from exercism/gradle-update
Update to Gradle 4.0.1
il y a 9 ans
Stuart Kent
1b76682a76
Update to Gradle 4.0.1
https://twitter.com/gradle/status/883366530980864005
il y a 9 ans
Logan Stucki
059eecaab4
Download all the stuff we need in parallel on the journey test
il y a 9 ans
Stuart Kent
2cb2a5aa4f
Merge pull request #685 from exercism/stkent-patch-1
Update policy around language constructs
il y a 9 ans
Stuart Kent
dceca0e1cc
Separate single policy into two separate policies
il y a 9 ans
Stuart Kent
ae5e45a673
Update policy around language constructs
il y a 9 ans
FridaTveit
0f86212ce6
Merge pull request #671 from exercism/list-ops-update
list-ops: update to match Kotlin track
il y a 9 ans
Logan Stucki
5c183328bb
Attempt to optimize build
Run unit test and journey test on seperate nodes
Gradle uses --configure-on-demand and --parallel where it wasn't present
Bundle install uses -j4
il y a 9 ans
Logan Stucki
a3136ecca0
Format config.json
il y a 9 ans
redshirt4
ef200ce99d
Remove starter implementations (#681 )
Removed starter implementations for exercises 21 and beyond, according to POLICIES.md.
il y a 9 ans
Logan Stucki
4e721cd2b4
Merge pull request #675 from dawcars/bowling-exercise
bowling: add to track
il y a 9 ans
Carol Dawson
b9e6499a90
Add Bowling Exercise - Refactored
il y a 9 ans
Stuart Kent
b4c338332c
Merge pull request #686 from FridaTveit/PokerTidy
poker: sort settings.gradle and tidy up
il y a 9 ans
Frida Tveit
672fcc58da
poker: remove unnecessary sorting
il y a 9 ans
Frida Tveit
066c38c049
poker: sort settings.gradle and tidy up
Fix formatting and Intellij warnings. Remove starter implementation as
this is after the first 20 exercises. Move poker in settings.gradle so
that it's sorted alphabetically.
il y a 9 ans
Stuart Kent
55d0fa1d5b
Merge pull request #684 from Smarticles101/sieve-starter-implementation
sieve: create and validate starter implementation
il y a 9 ans
Stuart Kent
ade962a57e
Merge pull request #683 from Smarticles101/twelve-days-starter-implementation
twelve-days: create and validate starter implementation
il y a 9 ans
Logan Stucki
e084511e85
sieve: remove public's from starter implementation
il y a 9 ans
Logan Stucki
5c29756841
twelve-days: remove public's from starter implementation
il y a 9 ans
Logan Stucki
e598bc3afc
twelve-days: update starter implementation to match POLICIES.md
il y a 9 ans
Stuart Kent
1f2f948356
Fix POLICIES typo
il y a 9 ans